home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 020 / speechterm / makefile < prev    next >
Makefile  |  1995-03-17  |  154b  |  12 lines

  1. term : term.o gr.o speech.o
  2.     cc -o term term.o gr.o speech.o
  3.  
  4. term.o : term.c
  5.     cc -c term.c
  6.  
  7. gr.o : gr.c
  8.     cc -c gr.c
  9.  
  10. speech.o : speech.c
  11.     cc -c speech.c
  12.